org.eclipse.vtp.desktop.projects.core.internals
Class MediaProject
java.lang.Object
org.eclipse.vtp.desktop.projects.core.internals.VoiceResource
org.eclipse.vtp.desktop.projects.core.internals.VoiceToolsProject
org.eclipse.vtp.desktop.projects.core.internals.MediaProject
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable, IMediaProject, ObjectListener, IVoiceToolsProject, IVoiceToolsResource
- Direct Known Subclasses:
- VoiceProject
public abstract class MediaProject
- extends VoiceToolsProject
- implements IMediaProject
This is a concrete implementation of IPersonaProject
and provides the default behavior of that interface.
- Version:
- 2.0
- Author:
- Trip Gilman
|
Constructor Summary |
MediaProject(org.eclipse.core.resources.IProject project)
Creates a new Personaproject with the given
eclipse project resource. |
| Methods inherited from class java.lang.Object |
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
MediaProject
public MediaProject(org.eclipse.core.resources.IProject project)
- Creates a new
Personaproject with the given
eclipse project resource.
- Parameters:
project - The eclipse project resource this persona project
represents
getMediaProjectId
public java.lang.String getMediaProjectId()
throws org.eclipse.core.runtime.CoreException
- Specified by:
getMediaProjectId in interface IMediaProject
- Returns:
- The unique identifier for this persona project
- Throws:
org.eclipse.core.runtime.CoreException - If an error occured during retrieval of the id
getPromptSet
public IPromptSet getPromptSet()
- Specified by:
getPromptSet in interface IMediaProject
- Returns:
- The prompt definition resource for this persona project
getMediaFilesFolder
public IMediaFilesFolder getMediaFilesFolder()
- Specified by:
getMediaFilesFolder in interface IMediaProject
- Returns:
- The root folder for all media resources of this persona project
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object